All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download io jar)(,(...) JAR files with dependency

Search JAR files by class name

heatshrink-java from group io.github.markrileybot (version 1.0.1)

# heatshrink-java Java library used to encode/decode [heatshrink](https://github.com/atomicobject/heatshrink) compressed data. ## Building ```bash ./gradlew build ``` ## Gradle dependency See https://search.maven.org/artifact/io.github.markrileybot/heatshrink-java/ ## Usage ### Java library ```java int windowSize = 9; int lookaheadSize = 8; ByteArrayOutputStream baos = new ByteArrayOutputStream(); try(HsOutputStream out = new HsOutputStream(baos, windowSize, lookaheadSize)) { out.write("ABCABCABCABCABCABC".getBytes()); } try(HsInputStream hsi = new HsInputStream(new ByteArrayInutStream(baos.toByteArray()), windowSize, lookaheadSize)) { byte[] res = new byte[512]; int len = hsi.read(res); System.out.println(new String(res, 0, len)); } ``` ### CLI ```bash $ java -jar heatshrink-java-exe.jar [-h] [-e|-d] [-v] [-w SIZE] [-l BITS] [IN_FILE] [OUT_FILE] ``` ## Status [![Build Status](https://github.com/markrileybot/heatshrink-java/actions/workflows/gradle-publish.yml/badge.svg)](https://github.com/markrileybot/heatshrink-java/actions/workflows/gradle-publish.yml) [![Coverage Status](https://coveralls.io/repos/github/markrileybot/heatshrink-java/badge.svg?branch=master)](https://coveralls.io/github/markrileybot/heatshrink-java?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.markrileybot/geokey)

Group: io.github.markrileybot Artifact: heatshrink-java
Show all versions Show documentation Show source 
 

0 downloads
Artifact heatshrink-java
Group io.github.markrileybot
Version 1.0.1
Last update 19. October 2022
Organization not specified
URL https://github.com/markrileybot/heatshrink-java
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

aire-wizard from group io.sunshower.aire (version 1.0.17.Final)

Sunshower Aire-UX Libraries

Group: io.sunshower.aire Artifact: aire-wizard
Show all versions Show documentation Show source 
 

0 downloads
Artifact aire-wizard
Group io.sunshower.aire
Version 1.0.17.Final
Last update 11. October 2022
Organization not specified
URL https://github.com/aire-ux/aire-wizard
License The Gnu Affero Public License, Version 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kontinuity-processor from group io.mockative (version 1.1.1)

Effortless use `suspend` and `Flow<T>` in non-JVM Kotlin Multiplatform targets.

Group: io.mockative Artifact: kontinuity-processor
Show all versions Show documentation Show source 
 

0 downloads
Artifact kontinuity-processor
Group io.mockative
Version 1.1.1
Last update 11. October 2022
Organization not specified
URL http://mockative.io/kontinuity
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kontinuity-core from group io.mockative (version 1.1.1)

Effortless use `suspend` and `Flow<T>` in non-JVM Kotlin Multiplatform targets.

Group: io.mockative Artifact: kontinuity-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact kontinuity-core
Group io.mockative
Version 1.1.1
Last update 11. October 2022
Organization not specified
URL http://mockative.io/kontinuity
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

scala2java from group io.github.effiban (version 1.0.1)

Tool for translating Scala source files into Java

Group: io.github.effiban Artifact: scala2java
Show all versions Show documentation Show source 
 

0 downloads
Artifact scala2java
Group io.github.effiban
Version 1.0.1
Last update 10. October 2022
Organization not specified
URL https://github.com/effiban/scala2java
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

elki-uncertain from group io.github.elki-project (version 0.8.0)

ELKI - Uncertain data handling – Open-Source Data-Mining Framework with Index Acceleration

Group: io.github.elki-project Artifact: elki-uncertain
Show documentation Show source 
 

0 downloads
Artifact elki-uncertain
Group io.github.elki-project
Version 0.8.0
Last update 08. October 2022
Organization ELKI Development Team
URL https://elki-project.github.io/
License GNU Affero General Public License (AGPL) version 3.0
Dependencies amount 1
Dependencies elki-clustering,
There are maybe transitive dependencies!

elki-tutorial from group io.github.elki-project (version 0.8.0)

ELKI - Tutorial Algorithms – Open-Source Data-Mining Framework with Index Acceleration

Group: io.github.elki-project Artifact: elki-tutorial
Show documentation Show source 
 

0 downloads
Artifact elki-tutorial
Group io.github.elki-project
Version 0.8.0
Last update 08. October 2022
Organization ELKI Development Team
URL https://elki-project.github.io/
License GNU Affero General Public License (AGPL) version 3.0
Dependencies amount 1
Dependencies elki,
There are maybe transitive dependencies!

elki-timeseries from group io.github.elki-project (version 0.8.0)

ELKI - Time Series – Open-Source Data-Mining Framework with Index Acceleration

Group: io.github.elki-project Artifact: elki-timeseries
Show documentation Show source 
 

0 downloads
Artifact elki-timeseries
Group io.github.elki-project
Version 0.8.0
Last update 08. October 2022
Organization ELKI Development Team
URL https://elki-project.github.io/
License GNU Affero General Public License (AGPL) version 3.0
Dependencies amount 1
Dependencies elki-outlier,
There are maybe transitive dependencies!

elki-test-core from group io.github.elki-project (version 0.8.0)

ELKI - Unit Test Core – Open-Source Data-Mining Framework with Index Acceleration

Group: io.github.elki-project Artifact: elki-test-core
Show documentation Show source 
 

0 downloads
Artifact elki-test-core
Group io.github.elki-project
Version 0.8.0
Last update 08. October 2022
Organization ELKI Development Team
URL https://elki-project.github.io/
License GNU Affero General Public License (AGPL) version 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

elki-svm from group io.github.elki-project (version 0.8.0)

ELKI - Support Vector Machines – Open-Source Data-Mining Framework with Index Acceleration

Group: io.github.elki-project Artifact: elki-svm
Show documentation Show source 
 

0 downloads
Artifact elki-svm
Group io.github.elki-project
Version 0.8.0
Last update 08. October 2022
Organization ELKI Development Team
URL https://elki-project.github.io/
License GNU Affero General Public License (AGPL) version 3.0
Dependencies amount 3
Dependencies elki-classification, elki-clustering, elki-outlier,
There are maybe transitive dependencies!



Page 7992 from 8644 (items total 86439)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy